home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TNEWPROJECTWIZARDFORM / TNEWPROJECTWIZARDFORM.txt
Text File  |  2006-03-23  |  2KB  |  106 lines

  1. object NewProjectWizardForm: TNewProjectWizardForm
  2.   Left = 287
  3.   Top = 276
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select project type:'
  7.   ClientHeight = 190
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     345
  20.     190)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnOk: TButton
  24.     Left = 251
  25.     Top = 159
  26.     Width = 75
  27.     Height = 25
  28.     Anchors = [akBottom]
  29.     Caption = 'Next >>'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object btnCansel: TButton
  35.     Left = 162
  36.     Top = 159
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akBottom]
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object ProjectTypeGroupBox: TRadioGroup
  46.     Left = 8
  47.     Top = 3
  48.     Width = 329
  49.     Height = 143
  50.     Anchors = [akLeft, akTop, akRight, akBottom]
  51.     Caption = ' Project type: '
  52.     ItemIndex = 0
  53.     Items.Strings = (
  54.       'Create data CD/DVD'
  55.       'Create audio CD'
  56.       'Burn ISO image')
  57.     TabOrder = 2
  58.     TabStop = True
  59.   end
  60.   object btnOpen: TButton
  61.     Left = 74
  62.     Top = 159
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akBottom]
  66.     Caption = 'Open...'
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.     Visible = False
  70.     OnClick = btnOpenClick
  71.   end
  72.   object smlFormLangRes: TsmlFormLangRes
  73.     LangFileName = 'DefLang.ini'
  74.     IgnoreEmptyString = True
  75.     AutoCreateMode = True
  76.     AddBracket = True
  77.     StringProperties.Strings = (
  78.       'Caption')
  79.     StringsProperties.Strings = (
  80.       'Tabs'
  81.       'Items')
  82.     IgnoreFormCaption = False
  83.     IncludeListViewItems = False
  84.     IncludeListViewHead = False
  85.     IncludeTreeViewItems = False
  86.     Active = False
  87.     Left = 264
  88.     Top = 16
  89.   end
  90.   object smlMsgLangRes: TsmlMsgLangRes
  91.     LangFileName = 'DefLang.ini'
  92.     IgnoreEmptyString = True
  93.     AutoCreateMode = True
  94.     AddBracket = True
  95.     MsgList.Strings = (
  96.       'PhotoCD=Create photo CD/DVD'
  97.       'BackUpCD=Create backup'
  98.       'CDCopy=Copy CD/DVD / Burn ISO image'
  99.       'DVDVideo=Create DVD Video'
  100.       'VideoCD=Create Video CD')
  101.     Active = False
  102.     Left = 296
  103.     Top = 16
  104.   end
  105. end
  106.